home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / csh547.lha / HISTORY < prev    next >
Text File  |  1995-09-06  |  17KB  |  391 lines

  1.  
  2.  
  3.                                   HISTORY
  4.                                  =========
  5.  
  6.  
  7.  
  8. Changes from 5.46 to 5.47   (public release)
  9. -------------------------
  10.  - Replaced "diskchange" with old code from last public release.
  11.     (only of importance for beta testers)
  12.  
  13.  
  14.  
  15. Changes from 5.45 to 5.46   (internal beta release)
  16. -------------------------
  17.  - Rewrote built-in function "diskchange" because of some stupid handlers
  18.     that have problems with Inhibit() and ACTION_INHIBIT.
  19.  - Made "echo mem | csh" work again.
  20.  - Some minor cosmetic changes.
  21.  - Redirected output to a file can now be examined by other programs while
  22.     Cshell is still filling up the file. (files for redirection are now
  23.     opened "shared" instead of "exclusivly")
  24.     [thanks to Gary Duncan for source code]
  25.  - Built-in command "copy" now has (optional) new output format which prints
  26.     full path of files being copied. Use option "-x" to try it out.
  27.     [thanks to Gary Duncan for source code]
  28.  
  29.  
  30.  
  31. Changes from 5.44 to 5.45   (internal beta release)
  32. -------------------------
  33.  - Built-in command "window" resizes/moves window much more faster now.
  34.  - Supports "muSetProtection" if MultiUser is installed.
  35.  - Fixed fatal bug if non-interactive input line was too long.
  36.  - Fixed bug in built-in commands "chown" and "chgrp" which could crash
  37.     under OS 2.x.
  38.  - Built-in commands "chown" and "chgrp" now accept also user and group
  39.     names (as well as numerical IDs). Does only work with "MultiUser".
  40.     [thanks to Carsten Pluntke <Carsten_Pluntke@ouzonix.bo.open.de>]
  41.  - Updated built-in error message texts to AmigaOS 3.1.
  42.  - New option "-t" for built-in command "sleep": wait ticks.
  43.  
  44.  
  45.  
  46. Changes from 5.42 to 5.44   (not released)
  47. -------------------------
  48.  - Skipped 5.43 because of unauthorized version of Cshell on AmiNet
  49.     by Martin Berndt <m_berndt@wanderer.gun.de>.
  50.  - Added extensive disclaimer to documentation.
  51.  - Changed "smakefile" slightly.
  52.  - Changed output format of built-in command "mem" again.
  53.  - Date/time strings now left-justified (right-justified before),
  54.     this fixes some problems with localized date strings.
  55.  - Improved code for built-in command "window" to minimize move operations.
  56.     (the "hopping" windows effect)
  57.  
  58.  
  59.  
  60. Changes from 5.41 to 5.42   (public release)
  61. -------------------------
  62.  - Minor changes in documentation.
  63.  - Built-in command "window" doesn't clear screen anymore.
  64.     If you want to clear screen, use "echo -n ^[c^O" or "echo -n ^L".
  65.  - Fixed timer bug in _prompt (%e) if start and end time of a program
  66.     were not at the same day. (wrong execution time was displayed)
  67.  - New built-in variable "_promptdep" (prompt path depth) and new place-
  68.     holder "%P" for built-in variable "_prompt". Like "%p", "%P" displays
  69.     the current path. With "_promptdep" the user sets the maximum number
  70.     of directories (path parts) displayed for %P (to keep prompt smart
  71.     and short). Default is 3.
  72.  - New built-in variable "_complete" (DOS pattern). What files should
  73.     match on filename completion. Default is "*". For example, if you
  74.     don't want to see files ending with ".bak", set it to "~(*.bak)".
  75.  
  76.  
  77.  
  78. Changes from 5.40 to 5.41   (internal beta release)
  79. -------------------------
  80.  - Changed output format of built-in command "mem" (for option -r)
  81.     a little bit.
  82.  - Fixed various bugs in built-in command "window". The changes for 5.40
  83.     caused an unnecessary usage message when using options -f, -b and -a.
  84.     And options -l and -s didn't work at all. The checking for maximum
  85.     window dimensions are not hardcoded any more but dynamically adjusted
  86.     to the screen dimensions.
  87.  - Finally found (and fixed) rounding bug in "itok()", caused display of
  88.     wrong size for memory or harddisk around 1 GB and 1 TB etc.
  89.     Numbers were rounded down to "0 GB" and "0 TB" instead of rounded
  90.     up to "1 GB" and "1 TB".
  91.     [thanks to Andreas 'Leguan' Geist]
  92.  - Changed shortcut for "Kilobytes" from "KB" (or "K") to "kB" (or "k").
  93.     You may like it or not - but only this way it's consistent. They say
  94.     one should use "K" instead of "k" because it has something to do with
  95.     1024 and not 1000.  But then, why don't we use "m" instead of "M" and
  96.     "g" instead of "G"?
  97.  
  98.  
  99.  
  100. Changes from 5.39 to 5.40   (public release)
  101. -------------------------
  102.  - Fixed error message for built-in command "copy": if no special error
  103.     message was available, always the string "(no mem)" was output.
  104.  - New placeholders "-1" and "-2" for built-in command "window".
  105.  - Increased maximum value for window dimensions from 1023 to 32767
  106.     for built-in command "window".
  107.  - Environment variables LINES and COLUMNS override window bounds
  108.     from Amiga console.device.
  109.     (if env vars are set, no CSI sequence is sent)
  110.  - Built-in command "mem" now shows size of largest available memory block.
  111.  
  112.  
  113.  
  114. Changes from 5.38 to 5.39   (public release)
  115. -------------------------
  116.  - New built-in variable "_timeout" (in microseconds) sets maximum response
  117.     time for terminal to answer WINDOW STATUS REQUEST (for window bounds).
  118.     Defaults to 1 (for local usage), must be set to higher value for remote
  119.     connections.  Only used, if window pointer is not available.
  120.  - Removed command line length limitation (140 chars) for ARexx scripts that
  121.     ends with ".rexx" but are started without the trailing ".rexx".
  122.  - Removed command line length limitation (518 chars) for ARexx scripts and
  123.     external shells (#! in first line), this was a limitation in AmigaOS'
  124.     System() function.  DOS scripts still have this limitation, because you
  125.     cannot RunCommand() "execute".
  126.  - Not only "*" and "?" but also "[" and "]" recognized as AmigaDOS pattern.
  127.     (that means, to use "[" and "]" you must quote (") or escape (\) them!)
  128.  - ... and much more workarounds for serious bugs in DateToStr() and Locale
  129.  - Fixed bug: making an assign to an executable and calling the executable
  130.     by its assign crashed machine.
  131.  - Fixed bug: built-in command "cp" sometimes used already freed memory for
  132.     generating error messages (resulted in some strange error messages)
  133.  - New flag for for command abbreviation ($_abbrev):
  134.     8, search DOS path-list if command wasn't found in Cshell's internal
  135.     program hash list (see "rehash" command)
  136.  
  137.  
  138.  
  139. Changes from 5.37 to 5.38   (internal beta release)
  140. -------------------------
  141.  - CTRL-D now shows matching files if current word is not a directory.
  142.     (if directory then shows contents of directory -- as usual)
  143.     In its current implementation this may have unexpected side effects
  144.     if current word is already a pattern.
  145.  - Class definition for AmigaE in class.sh
  146.     [thanks to Joseph E. Van_Riper III]
  147.  - Now internal timer (eg, %e in the titlebar) not set to zero when a null
  148.     command is encountered.  (same for return code, %x in titlebar)
  149.  - The idea of always using the variable "_dirformat" for "dir" wasn't a
  150.     good idea.  So, "_dirformat" is only used if option -z is given (when
  151.     "_dirformat" is unset then use first argument as format string).
  152.  - New control-code for line-editing: "^V" (ctrl-v) quotes next char.
  153.  - New built-in variable "_kick" holds version number of Operating System.
  154.  - Built-in command "assign" now prints volume name if assign points to
  155.     an unmounted volume (eg, a removed floppy disk) and doesn't pop up
  156.     a requester "Please replace volume ..."
  157.  - It was a stupid idea to force redirecting of all Cshell-related
  158.     system requesters to CSH's screen, because requester windows inherit
  159.     the window title of their "initiator". They appear now again on your
  160.     default public screen.
  161.  - Fixed serious bug (crashed machine) with redirection and launching
  162.     programs into background. (files closed twice)
  163.     Known bug: it's still not possible to run pipes into background...
  164.  - When running programs into background (run, rback, &), internal commands
  165.     and aliases are recognized and executed with "csh -c". Aliases WON'T be
  166.     resolved on this level so they must be declared in .cshrc to run them
  167.     into background.
  168.  - Execution of Rexx-Scripts (without trailing ".rexx") and any other program
  169.     with "#! my_prog" or ";! my_prog" in first line of script now possible
  170.     also from DOS search path and not only $_path.
  171.  - New built-in variable "_mappath" (see manual), enables pathname-mapping
  172.     for commands if script starts with "#!" or ";!" in first line. Converts
  173.     Unix pathes like "/usr/..." to "usr:...".
  174.  - New option "-w" for Cshell, don't use window pointer (useful for KingCON).
  175.  - New option "-V" for Cshell, send only VT100 compatible control sequences
  176.  - Internal variable "o_vt100" now used (if option -t or -V is set),
  177.     don't send control sequences that are not VT100 compatible (eg,
  178.     special Amiga control sequences).
  179.  
  180.  
  181.  
  182. Changes from 5.36 to 5.37   (public release)
  183. -------------------------
  184.  - Built-in command "mkdir" now strips off trailing slash (if any).
  185.  - Built-in command "chmod" now supports "a" for all bits (ugo),
  186.     and if no ownership-bit is specified "chmod" really modifies
  187.     only the user-bits (as stated in the doc) and not all bits.
  188.  - Built-in commands "chown/chgrp" now also run under AmigaOS 2.0+
  189.     (direct DOS packets), not only under AmigaOS 3.0+ (SetOwner).
  190.     [thanks to Carsten Heyl]
  191.  - No requester "please insert volume ..." when you press return
  192.     and your current directory is on an "unmounted" volume
  193.     (eg, a removed floppy disk).
  194.  - Built-in command "dir" now uses contents of variable "_dirformat"
  195.     (if set) automatically as default output format (option -z not
  196.     neccessary for _dirformat anymore). Option -z (followed by an
  197.     argument with format string) can now be used again for another
  198.     custom format for current call as in Cshell 5.19 and before.
  199.     [thanks to Laurent Faillie for his letter]
  200.  - Built-in command "protect" was broken in beta-version 5.36.
  201.  - Source code now "indent" clean.
  202.     (some warnings on first run, but no errors)
  203.  - New option "-c" for built-in command "qsort": be case-sensitive.
  204.  
  205.  
  206.  
  207. Changes from 5.35 to 5.36   (internal beta release)
  208. -------------------------
  209.  - Now output in "path -r" only if at least 1 memory block could not be
  210.     freed.
  211.  - Fixed layout bug in "rm -r <wildcard>" if one or more items could not
  212.     be removed.
  213.  - Fixed serious bug in "rehash", access to already freed memory under
  214.     certain circumstances.  (always think twice before using "char ***" ;-)
  215.  - Manual entry for built-in command "relabel".
  216.  - Error checking code for all NameFromLock() calls.
  217.  - Now 100% Commodore-compatible version string.
  218.  - Now @rnd( ) accepts optional seed parameter.
  219.  - Fixed bogus output for NULL pointers in pattern-matching-routine.
  220.  - Fixed bug in "rehash", recognition of executables was broken.
  221.  - Now multiple drive names are allowed for "diskchange".
  222.  - Now @age() returns null-string if file was not found (instead of 99999).
  223.     [thanks to Gary Duncan]
  224.  - New function @age_mins() returns age of file in minutes.
  225.     [thanks to Gary Duncan]
  226.  - Now requesters appear on same screen as CSH's window.
  227.  - Variable "_abbrev" now handled somewhat different: it enables/disables
  228.     the different modes of command-abbreviation.  See manual for details!
  229.  - Output of "dir -k" and "dir -i" (show classes) looks much nicer now.
  230.  - Added class "gzip" to csh:class.sh.
  231.  - Added support for MultiUser. %U in prompt/titlebar shows current user
  232.     of CSH. Out-comment "#define MULTIUSER_SUPPORT 1" in shell.h to compile
  233.     without MultiUser stuff.
  234.     [thanks to Magnus Lilja]
  235.  - New built-in commands "chown" and "chgrp".
  236.  - Built-in command "chmod" now supports User/Group/Other bits.
  237.  - New placeholders for custom output format (option "-z"),
  238.     "%F" shows group/other bits, %U shows user-id, %G shows group-id.
  239.  
  240.  
  241.  
  242. Changes from 5.34 to 5.35   (public release)
  243. -------------------------
  244.  - Now CSH executes "s:.logout" on exit.
  245.     New option "-L" (noLogout) disables sourcing of "s:.logout".
  246.  - Fixed option "-n" in built-in command "dir", never worked before.
  247.  - Some minor layout changes in built-in command "help".
  248.  - Built-in command "window -q" (query) shows public screen names.
  249.  - New/Changed options for built-in command "strings".
  250.     (not compatible with previous versions!)
  251.  - More sophisticated memory-cleanup for built-in command "path -r" (reset).
  252.  - New option "-M" for CSH, don't clear menus (especially for KingCON).
  253.  - Support for soft-links in built-in command "dir".
  254.     [thanks to Carsten Heyl]
  255.  
  256.  
  257.  
  258. Changes from 5.33 to 5.34   (internal beta release)
  259. -------------------------
  260.  
  261.  - New section SCROLLING in the manual (at the end). Read it !
  262.  - New variable "_prghash" holds filename where program hash list
  263.     is loaded from and saved to.
  264.  - Now CSH also finds programs in resident list if they start with "C:"
  265.     (even if there is no corresponding program in C: directory).
  266.     This is for compatibility reasons (Commodore Shell).
  267.  - In previous versions CSH aborted the commandline if one pattern
  268.     did not match. Now CSH only aborts if all patterns does not
  269.     match.
  270.  - Totally new meaning of variable "_nomatch".  It's now unset by
  271.     default and if you set it then CSH will _not_ abort if all
  272.     patterns does not match.
  273.  - Added option "-m" to CSH, sets "_nomatch" variable.
  274.     (for compatibility reasons)
  275.  - Fixed bug in date command (s/r options).
  276.     [Gary Duncan]
  277.  - New option -a for "copy" command, don't clear archive bit.
  278.     [Gary Duncan]
  279.  - Rewritten code for "window -q", no longer crashes system.
  280.  - New option "-w" for built-in command "window".
  281.     (ignore window width for option -q, so that very long window/screen
  282.      titles are printed completely)
  283.  - Input/output redirection with "<>", the file must be either
  284.     "NIL:" or an interactive file.
  285.  - New variable "_cquote" enables Commodore-style handling of
  286.     quotation marks (eg, for use with ReadArgs);
  287.     variable is unset by default (UNIX-style handling of quotes).
  288.  - Increased some (very small) buffers in "ls" code (could crash
  289.     machine), line limit is now around 1000 chars per line. Had
  290.     to increase internal stack size to 17500.
  291.  
  292.  
  293.  
  294. Changes from 5.32 to 5.33   (internal beta release)
  295. -------------------------
  296.  
  297.  - New built-in command "rehash", buffers programs in DOS search path
  298.     and offers program name completion (ESC-p, ESC-P). Two new "completion
  299.     functions" for keymaps:
  300.     36, CompPrg1     Insert first matching program (or cycle)
  301.     37, CompPrgAll   Shows all matching programs
  302.  - Fixed input-stream problem for DOS scripts.
  303.  - Kludge for running DOS scripts from devices with spaces in their name.
  304.  - Fixed Enforcer hit in "set" command (eg, "set a ="),
  305.     just curious: this Enforcer hit was misinterpreted by an user to be
  306.     a bug in "_every" variable and accidently I found another bug there
  307.     which caused CSH to ignore "_every" if the previous shell command was
  308.     aborted (^C)
  309.  - Fixed Enforcer hit: "unset _path"
  310.  - Built-in command "date" can now read battery-backed up clock directly
  311.     [thanks to Gary Duncan]
  312.  
  313.  
  314.  
  315. Changes from 5.31 to 5.32   (internal beta release)
  316. -------------------------
  317.  
  318.  - Removed "No match" output if "dir" was used on empty directories.
  319.     This was a feature, not a bug.  But misunderstood by most users.
  320.  - New "edit function" for keymaps: 29, insert last word of previous line
  321.     (e.g. "keymap 0 12=29" assigns that function to CTRL+L)
  322.  - Option "-q" of built-in command "rm/delete" didn't work in previous
  323.     versions.  Now aborts as documented.
  324.     This does _not_ affect non-matching wildcards, use "_nomatch" instead.
  325.  - Checking of requested stack size (built-in command "stack").
  326.  - Built-in command "mem" now calls AllocMem(0x7fffffff,0) ten times
  327.     to flush unneeded memory.  (similar to "avail flush")
  328.  - Fixed possible rounding bug in "itok()", caused display of wrong size
  329.     for harddisk partitions around 1 GB etc.
  330.  
  331.  
  332.  
  333. Changes from 5.19 to 5.31   (The Essential)
  334. -------------------------
  335.  
  336.  - ARP free
  337.  - OS 2.0+ only
  338.  - slightly changed pattern matching (pattern.library, dos.library)
  339.  - better support for DOS' command search path and resident list
  340.  - supports "PROGDIR:"
  341.  - supports AmigaOS-scripts
  342.  - Unix-like automagic execution of ".login" and ".cshrc"
  343.  - more built-in commands support ^C (ctrl-c)
  344.  - more reliable support of WILDSTAR-Flag
  345.  - enhanced commands (new options, bug fixes, changed behaviour):
  346.     dir
  347.     path
  348.     info
  349.     rename
  350.     delete
  351.     assign
  352.     touch
  353.     ps
  354.     mkdir
  355.     addbuffers
  356.     cd
  357.     stack
  358.     help
  359.     strings
  360.     menu
  361.     resident
  362.     head
  363.     tail
  364.     set
  365.  - new commands
  366.     ln/makelink
  367.     chmod
  368.  - new (or modified) functions
  369.     @stricmp
  370.     @filedate
  371.     @filenote
  372.     @hextodec
  373.     @confirm
  374.     @ask
  375.  - new variables
  376.     _clipri
  377.     _dirformat
  378.     _nomatch
  379.  - new prompt variable(s)
  380.  - new "edit function" for keymaps
  381.  - detects if current directory was changed by other programs
  382.  - uses ASL file-requester
  383.  - arguments in scripts passed via $0, $1, $2 etc., number of
  384.     arguments in $#
  385.  - enhanced quoting mechanism for filename completion
  386.  - lots of internal changes
  387.  - lots of other bug fixes
  388.  - and lots of changes and new features I forgot to write down ;-)
  389.  
  390.  
  391.